home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_16880.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  180 lines

  1. -- card: 16880 from stack: in.0-6
  2. -- bmap block id: 17024
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: Answer Dialog
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=78 top=51 right=201 bottom=422
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Info 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   showFld
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 7 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=310 top=162 right=182 bottom=401
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: info 3
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   showFld
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 4 (field)
  47. -- low flags: 01
  48. -- high flags: 2004
  49. -- rect: left=92 top=243 right=328 bottom=417
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 174
  54. -- text size: 14
  55. -- style flags: 0
  56. -- line height: 15
  57. -- part name: 
  58. ----- HyperTalk script -----
  59. on mouseUp
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 3 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=375 top=285 right=328 bottom=414
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 5233 / 5233
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: returnArrow
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   lock screen
  79.   go cd "ASK AND ANSWER" of stack "Intro to HyperCard 2.0"
  80.   unlock screen with visual zoom close
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 6 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=199 top=162 right=182 bottom=290
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: info 2
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   showFld
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 8 (field)
  105. -- low flags: 81
  106. -- high flags: 2004
  107. -- rect: left=191 top=187 right=214 bottom=300
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 0
  111. -- font id: 174
  112. -- text size: 14
  113. -- style flags: 0
  114. -- line height: 15
  115. -- part name: Info 2
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   hide me
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 9 (field)
  124. -- low flags: 81
  125. -- high flags: 2004
  126. -- rect: left=299 top=187 right=243 bottom=484
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 0
  130. -- font id: 174
  131. -- text size: 14
  132. -- style flags: 0
  133. -- line height: 15
  134. -- part name: Info 3
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   hide me
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 5 (field)
  143. -- low flags: 81
  144. -- high flags: 2004
  145. -- rect: left=12 top=158 right=306 bottom=244
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 0
  149. -- font id: 174
  150. -- text size: 14
  151. -- style flags: 0
  152. -- line height: 15
  153. -- part name: Info 1
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   hide me
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part contents for card part 4
  162. ----- text -----
  163. In HyperCard 2.0, the limit for the length of text in a dialog box is now approximately 240 characters and as many lines as can be displayed on a nine-inch Macintosh screen.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. -- part contents for card part 5
  171. ----- text -----
  172. This is a dialog box put up using the HyperTalk ‚Äúanswer‚Äù command; there is also a dialog box into which someone using your stack can type a response‚Äîthat is called an ‚Äúask‚Äù dialog box. The ask dialog box will resize to hold the default response supplied by the person who made the dialog.
  173.  
  174. -- part contents for card part 8
  175. ----- text -----
  176. Ah, optimism...
  177.  
  178. -- part contents for card part 9
  179. ----- text -----
  180. Are you seeing the hole instead of the donut, the half-empty glass of water ?